object MainForm: TMainForm Left = 23 Top = 117 HorzScrollBar.Visible = False VertScrollBar.Visible = False AutoScroll = False Caption = ' ' ClientHeight = 233 ClientWidth = 270 Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Scaled = False OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 15 object PageSurface: TNeoBookPaintBox Left = 8 Top = 8 Width = 73 Height = 69 Color = clWhite ParentColor = False OnPaint = PageSurfacePaint end object WorkArea: TNeoBookPaintBox Left = 0 Top = 0 Width = 270 Height = 233 Align = alClient Color = clWhite ParentColor = False OnMouseDown = WorkAreaMouseDown OnMouseMove = WorkAreaMouseMove OnMouseUp = WorkAreaMouseUp OnPaint = WorkAreaPaint end object EditField: TNeoBookEdit Left = 12 Top = 88 Width = 121 Height = 25 Visible = False end object Timer: TTimer Enabled = False OnTimer = TimerTimer Left = 16 Top = 128 end object RunMenu: TPopupMenu Left = 68 Top = 128 end end